STEP 13: Let's use a loop to create a list of expected values. All commands should go inside the loop you create.
We'll find the expected number of occurrences by multiplying the theoretical probability by number of experiments.
- In LOGIC, click on . Drag out Loop through List.
- Change my_list to theor_prob.
- Click on . Drop Multiplication indented INSIDE the loop.
To navigate the page using the TAB key, first press ESC to exit the code editor.